home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gdm / guest-session / guest-session-launch < prev    next >
Encoding:
Text File  |  2009-01-27  |  301 b   |  9 lines

  1. #!/bin/sh
  2. # (C) 2008 Canonical Ltd.
  3. # Author: Martin Pitt <martin.pitt@ubuntu.com>
  4. # License: GPL v2 or later
  5. #
  6. # Convenience wrapper to lock the screen and trigger a guest session
  7. gnome-screensaver-command --lock || xscreensaver-command -lock || true
  8. gdmflexiserver -a -c 'FLEXI_XSERVER_USER :guest'
  9.